CGI Script
美
英 
例句
The CGI script plugs the values into a query and sends the query to a database server.
這個CGI腳本將這些值插入查詢并將此查詢發送到數據庫服務器。
Although this article uses Apache and a CGI script for the suggestion engine, the tools built should function with most Web servers.
雖然本文將使用Apache和一個CGI腳本作為建議引擎,但是所構建的工具應該能夠在大多數Web服務器上正常運行。
A hardcore CGI script programmer with all the social skills and charisma of a plastic action figure.
作為技術核心,CGI腳本程序員具備所有社會技能以及塑料作戰玩具的超凡魅力。
I wrote a simple CGI script to dump out the contents of the post, which is shown in Figure 1.
我編寫了一段簡單的CGI腳本把這個post請求的內容導出來,如圖1所示。
The CGI script would be responsible for fetching that variable and parsing the string.
CGI腳本負責取出該變量,解析那個字符串。
Each CGI script which fails to operate causes several lines of information to be logged.
每個運行失敗的CGI腳本都有幾行信息被記錄。
Robust test CGI script, usable as main program. Writes minimal HTTP headers and formats all information provided to the script in HTML form.
強健的測試CGI腳本,作為主程序可用。編寫最小的HTTP頭和用HTML格式組織提供給腳本的所有信息。
ScriptLogLength can be used to limit the size of the CGI script logfile.
ScriptLogLength指令可以用于限制CGI腳本文件的大小。
In a database-enabled Web application, the database client is either the Web server or a CGI script spawned by the Web server.
在支持數據庫的Web應用程序中,數據庫客戶機是Web服務器或由Web服務器產生的CGI腳本。
I think it was about this time that the "goals" cgi script was born.
大概就在這個時候,我寫了“goals”cgi腳本。
One thing this module does is hide any details of the difference between "get" and "post" methods from the CGI script.
這個模塊所做的一件事就是隱藏CGI腳本中“get”和“post”方法之間差異的任何細節。
In a CGI environment, it's the CGI script's responsibility to parse the extra path information.
在CGI環境中,是由CGI腳本負責解析額外路徑信息。
The Apache server then invokes the CGI script, which places the request in a queue.
Apache服務器隨后調用CGI腳本,后者將請求放到一個隊列中。
The form passes the entered values to a CGI script.
表單將所輸入的值傳遞給一個CGI腳本。
When the server invokes a CGI script, it will add a variable called DOCUMENT_ROOT to the environment.
當服務器調用一個CGI腳本時會往運行環境中添加一個叫做DOCUMENT_ROOT的變量。
This will only be set if the CGI script is subject to authentication.
這個變量只有當CGI腳本需要身份驗證時被設置。
Build requests are generated via a CGI script on the build machine server.
構建請求在構建機器服務器上通過CGI腳本生成。
A query string is data input for the CGI script on that particular Internet server.
查詢串是該具體因特網服務器CGI腳本的數據輸入。
The form passes the two director names to the commonActors. cgi CGI script.
表單將這兩個導演的名字傳遞給commonActors.cgiCGI腳本。
The ScriptLog directive sets the CGI script error logfile.
ScriptLog指令對CGI腳本錯誤日志文件進行設置。
To do so, you must add (or uncomment) this line in httpd. conf: AddHandler cgi-script . cgi.
為此,必須在httpd.conf中添加(或者去除注釋)以下這一行:AddHandlercgi-script.cgi。
A web object can be a web page(or part thereof), an image, plain file, a directory, a Java applet, or CGI script
一個Web對象可以是一個網頁(或其中的部分)、一幅圖象、純文本文件、一個目錄,一個Java小程序或CGI手稿。
Size limit of the CGI script logfile
CGI腳本日志文件的大小限制
A Twisted dynamic script is arranged slightly differently than a CGI script; in the simplest case it can look something like
Twisted動態腳本的結構與CGI腳本略有不同;最簡單的情況下它可以類似于